home *** CD-ROM | disk | FTP | other *** search
- Microsoft LAN Manager 2.1 Installation with AsantÇPCI NDIS Driver
- ===================================================================
-
- This document describes how to install Microsoft LanManager 2.1 Work-
- station with the AsantÇPCI NDIS 2 driver.
-
- 1./ Execute SETUP from the MS LanManager DOS Setup 2.1. After
- copying files from the two Microsoft disks, Network Adapter Drivers
- is displayed. Select <Other Driver> at the bottom of the screen.
- 2./ Insert the AsantÇ PCI driver disk and type A:\ (even though the driver
- is in \MSLANMAN.DOS\DRIVERS\ETHERNET\ASANTPCI) and press Enter.
- 3./ The Other Network Adapter Drivers window appears with AsantÇ PCI
- Ethernet Adapter as an option. Click OK.
- 4./ Select the protocol you want to use (NetBeui or TCP/IP) from the
- Network Protocols for AsantÇPCI Ethernet Adapter window.
- 5./ Select and run LanManager with the Windows environment then proceed to
- complete the installation.
- 6./ Restart the computer.
-
-
- WARNING: Make sure you use the latest EMM386.EXE. If MS LanManager
- uses the old version of EMM386.EXE, it will cause the computer
- to hang on reboot.
-
- Sample files for PROTOCOL.INI, SYSTEM.INI, CONFIG.SYS, AUTOEXEC.BAT are
- listed below:
-
- PROTOCOL.INI:
- =============
- [PROTMAN]
- DRIVERNAME = PROTMAN$
- DYNAMIC = YES
- PRIORITY =NETBEUI
- [NETBEUI_XIF]
- DRIVERNAME =NETBEUI$
- SESSIONS = 6
- NCBS = 12
- BINDINGS = "ASANTPCI_NIF"
- LANABASE = 0
- [TCPIP_XIF]
- DRIVERNAME =TCPIP$
- IPADDRESS = 192 XXX XXX XXX
- SUBNETMASK0 = 255 255 255 0
- DEFAULTGATEWAY0 =
- NBSESSIONS = 6
- LOAD = TCPTSR[C],TINYRFC[C],EMSBFR[CR]
- UNLOAD = UNLOADT /NOTSR[DC]
- BINDINGS = "ASANTPCI_NIF"
- LANABASE = 1
- [ASANTPCI_NIF]
- DRIVERNAME = ASANTPCI$
- ;SIA_MODE = AUTOSENSE [AUTOSENSE, AUI, TP, TP_FULL_DUPLEX]
-
- SYSTEM.INI;
- ===========
- [BOOT]
- ......
- NETWORK.DRV=LANMAN21.DRV
- .....
- [BOOT.DESCRIPTION]
- NETWORK.DRV=LAN MANAGER 2.1 ENHANCED NETWORK
- SECONDNET.DRV=NO ADDITIONAL NETWORK INSTALLED
-
- CONFIG.SYS:
- ===========
- DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS
- DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\ASANTPCI\ASANTPCI.DOS
- DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\TCPIP\TCPDRV.DOS /I:C:\LANMAN.DOS
- DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\TCPIP\NMEM.DOS
-
- AUTOEXEC.BAT:
- =============
- SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
- C:\LANMAN.DOS\DRIVERS\PROTOCOL\TCPIP\UMB.COM
- NET START WORKSTATION
- LOAD NETBEUI
- LOAD TCPIP
- (The last two statements are for the Protocols you want to use.
- Therefore you might see more or less depending on the situation)
-
-